home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / nfs / nfs-serv.2be / nfs-serv / nfs-server-2.2beta16 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  6.6 KB  |  225 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if using alloca.c.  */
  12. /* #undef C_ALLOCA */
  13.  
  14. /* Define to empty if the keyword does not work.  */
  15. /* #undef const */
  16.  
  17. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  18.    This function is required for alloca.c support on those systems.  */
  19. /* #undef CRAY_STACKSEG_END */
  20.  
  21. /* Define to the type of elements in the array set by `getgroups'.
  22.    Usually this is either `int' or `gid_t'.  */
  23. #define GETGROUPS_T gid_t
  24.  
  25. /* Define to `int' if <sys/types.h> doesn't define.  */
  26. /* #undef gid_t */
  27.  
  28. /* Define if you have alloca, as a function or macro.  */
  29. #define HAVE_ALLOCA 1
  30.  
  31. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  32. #define HAVE_ALLOCA_H 1
  33.  
  34. /* Define if you don't have vprintf but do have _doprnt.  */
  35. /* #undef HAVE_DOPRNT */
  36.  
  37. /* Define if your struct stat has st_blksize.  */
  38. #define HAVE_ST_BLKSIZE 1
  39.  
  40. /* Define if your struct stat has st_blocks.  */
  41. #define HAVE_ST_BLOCKS 1
  42.  
  43. /* Define if your struct stat has st_rdev.  */
  44. #define HAVE_ST_RDEV 1
  45.  
  46. /* Define if utime(file, NULL) sets file's timestamp to the present.  */
  47. #define HAVE_UTIME_NULL 1
  48.  
  49. /* Define if you have the vprintf function.  */
  50. #define HAVE_VPRINTF 1
  51.  
  52. /* Define if major, minor, and makedev are declared in <mkdev.h>.  */
  53. /* #undef MAJOR_IN_MKDEV */
  54.  
  55. /* Define if major, minor, and makedev are declared in <sysmacros.h>.  */
  56. #define MAJOR_IN_SYSMACROS 1
  57.  
  58. /* Define if on MINIX.  */
  59. /* #undef _MINIX */
  60.  
  61. /* Define to `int' if <sys/types.h> doesn't define.  */
  62. /* #undef mode_t */
  63.  
  64. /* Define if the system does not provide POSIX.1 features except
  65.    with this defined.  */
  66. /* #undef _POSIX_1_SOURCE */
  67.  
  68. /* Define if you need to in order for stat and other things to work.  */
  69. /* #undef _POSIX_SOURCE */
  70.  
  71. /* Define as the return type of signal handlers (int or void).  */
  72. #define RETSIGTYPE void
  73.  
  74. /* If using the C implementation of alloca, define if you know the
  75.    direction of stack growth for your system; otherwise it will be
  76.    automatically deduced at run-time.
  77.     STACK_DIRECTION > 0 => grows toward higher addresses
  78.     STACK_DIRECTION < 0 => grows toward lower addresses
  79.     STACK_DIRECTION = 0 => direction of growth unknown
  80.  */
  81. /* #undef STACK_DIRECTION */
  82.  
  83. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  84. /* #undef STAT_MACROS_BROKEN */
  85.  
  86. /* Define if you have the ANSI C header files.  */
  87. #define STDC_HEADERS 1
  88.  
  89. /* Define to `int' if <sys/types.h> doesn't define.  */
  90. /* #undef uid_t */
  91.  
  92. /* XXX */
  93. /* #undef CRAY_STACKSEG_END */
  94.  
  95. /* Define if your rpcgen has the -C option to generate ANSI C.  */
  96. #define HAVE_RPCGEN_C 1
  97.  
  98. /* Define if your rpcgen has the -I option to generate servers
  99.    that can be started from a port monitor like inetd or the listener.  */
  100. #define HAVE_RPCGEN_I 1
  101.  
  102. /* Define if your rpc/xdr.h declares the xdrproc_t type. */
  103. #define HAVE_XDRPROC_T 1
  104.  
  105. /* Define if your system uses the OSF/1 method of getting the mount list.  */
  106. /* #undef MOUNTED_GETFSSTAT */
  107.  
  108. /* Define if your system uses the SysVr4 method of getting the mount list.  */
  109. /* #undef MOUNTED_GETMNTENT2 */
  110.  
  111. /* Define if your system uses the AIX method of getting the mount list.  */
  112. /* #undef MOUNTED_VMOUNT */
  113.  
  114. /* Define if your system uses the SysVr3 method of getting the mount list.  */
  115. /* #undef MOUNTED_FREAD_FSTYP */
  116.  
  117. /* Define if your system uses the BSD4.3 method of getting the mount list.  */
  118. /* #undef MOUNTED_GETMNTENT1 */
  119.  
  120. /* Define if your system uses the BSD4.4 method of getting the mount list.  */
  121. /* #undef MOUNTED_GETMNTINFO */
  122.  
  123. /* Define if your system uses the Ultrix method of getting the mount list.  */
  124. /* #undef MOUNTED_GETMNT */
  125.  
  126. /* Define if your system uses the OSF/1 method of getting fs usage.  */
  127. /* #undef STATFS_OSF1 */
  128.  
  129. /* Define if your system uses the SysVr2 method of getting fs usage.  */
  130. /* #undef STAT_READ */
  131.  
  132. /* Define if your system uses the BSD4.3 method of getting fs usage.  */
  133. #define STAT_STATFS2_BSIZE 1
  134.  
  135. /* Define if your system uses the BSD4.4 method of getting fs usage.  */
  136. /* #undef STAT_STATFS2_FSIZE */
  137.  
  138. /* Define if your system uses the Ultrix method of getting fs usage.  */
  139. /* #undef STAT_STATFS2_FS_DATA */
  140.  
  141. /* Define if your system uses the SysVr3 method of getting fs usage.  */
  142. /* #undef STAT_STATFS4 */
  143.  
  144. /* Define if your system uses the SysVr4 method of getting fs usage.  */
  145. /* #undef STAT_STATVFS */
  146.  
  147. /* Define if you're using libwrap.a to protect ugidd, and libwrap.a
  148.  * gives you `undefined symbol: deny_severity' when linking.        */
  149. /* #undef HAVE_LIBWRAP_BUG */
  150.  
  151. /* Define if you have the getcwd function.  */
  152. #define HAVE_GETCWD 1
  153.  
  154. /* Define if you have the getdtablesize function.  */
  155. #define HAVE_GETDTABLESIZE 1
  156.  
  157. /* Define if you have the getnetgrent function.  */
  158. #define HAVE_GETNETGRENT 1
  159.  
  160. /* Define if you have the lchown function.  */
  161. /* #undef HAVE_LCHOWN */
  162.  
  163. /* Define if you have the quotactl function.  */
  164. /* #undef HAVE_QUOTACTL */
  165.  
  166. /* Define if you have the seteuid function.  */
  167. #define HAVE_SETEUID 1
  168.  
  169. /* Define if you have the setfsgid function.  */
  170. #define HAVE_SETFSGID 1
  171.  
  172. /* Define if you have the setfsuid function.  */
  173. #define HAVE_SETFSUID 1
  174.  
  175. /* Define if you have the setgroups function.  */
  176. #define HAVE_SETGROUPS 1
  177.  
  178. /* Define if you have the setreuid function.  */
  179. #define HAVE_SETREUID 1
  180.  
  181. /* Define if you have the setsid function.  */
  182. #define HAVE_SETSID 1
  183.  
  184. /* Define if you have the <dirent.h> header file.  */
  185. #define HAVE_DIRENT_H 1
  186.  
  187. /* Define if you have the <fcntl.h> header file.  */
  188. #define HAVE_FCNTL_H 1
  189.  
  190. /* Define if you have the <memory.h> header file.  */
  191. #define HAVE_MEMORY_H 1
  192.  
  193. /* Define if you have the <ndir.h> header file.  */
  194. /* #undef HAVE_NDIR_H */
  195.  
  196. /* Define if you have the <string.h> header file.  */
  197. #define HAVE_STRING_H 1
  198.  
  199. /* Define if you have the <sys/dir.h> header file.  */
  200. /* #undef HAVE_SYS_DIR_H */
  201.  
  202. /* Define if you have the <sys/file.h> header file.  */
  203. #define HAVE_SYS_FILE_H 1
  204.  
  205. /* Define if you have the <sys/ndir.h> header file.  */
  206. /* #undef HAVE_SYS_NDIR_H */
  207.  
  208. /* Define if you have the <sys/time.h> header file.  */
  209. #define HAVE_SYS_TIME_H 1
  210.  
  211. /* Define if you have the <syslog.h> header file.  */
  212. #define HAVE_SYSLOG_H 1
  213.  
  214. /* Define if you have the <unistd.h> header file.  */
  215. #define HAVE_UNISTD_H 1
  216.  
  217. /* Define if you have the <utime.h> header file.  */
  218. #define HAVE_UTIME_H 1
  219.  
  220. /* Define if you have the nsl library (-lnsl).  */
  221. /* #undef HAVE_LIBNSL */
  222.  
  223. /* Define if you have the socket library (-lsocket).  */
  224. /* #undef HAVE_LIBSOCKET */
  225.